projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85b58e3
)
Use same find -perm syntax as rustc
author
Alex Crichton
<alex@alexcrichton.com>
Wed, 14 Jan 2015 04:21:52 +0000
(20:21 -0800)
committer
Alex Crichton
<alex@alexcrichton.com>
Wed, 14 Jan 2015 04:21:52 +0000
(20:21 -0800)
Closes #822
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 0db82861143966c3020fefec762e37cb343b9d07..6c70d8db0f111f93f79c6f2693babcdd40632b30 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-90,7
+90,7
@@
style:
sh tests/check-style.sh
no-exes:
- find $$(git ls-files) -perm +
111
-type f \
+ find $$(git ls-files) -perm +
a+x
-type f \
-not -name configure -not -name '*.sh' -not -name '*.rs' \
-not -wholename "*/rust-installer/*" | \
grep '.*' \